FtMscLibEx ftxOpenComDeviceNr Method FtMscLibExNet for .NET framework 4
Support for fischertechnik TX-controller

[This is preliminary documentation and is subject to change.]

API 2.06 ftxOpenComDeviceNr

Namespace: FischerTechnik.FtMscLib.API
Assembly: FtMscLibVBNet (in FtMscLibVBNet.dll) Version: 1.0.0.1 (1.0.0.10)
Syntax

public uint ftxOpenComDeviceNr(
	uint port,
	uint baudr,
	ref uint FTerror
)

Parameters

port
Type: System UInt32
port number of COM interface, e.g. 12 for COM12
baudr
Type: System UInt32
baudr - baud rate, current 38400 fixed
FTerror
Type: System UInt32 

[Missing <param name="FTerror"/> documentation for "M:FischerTechnik.FtMscLib.API.FtMscLibEx.ftxOpenComDeviceNr(System.UInt32,System.UInt32,System.UInt32@)"]

Return Value

Type: UInt32
handle for communication with the ROBO TX Controller; if an error occurs (=NULL), then the errcode variable contains a possible error code.
Remarks

See Also

Reference